-
Notifications
You must be signed in to change notification settings - Fork 651
update deps #38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update deps #38
Conversation
|
I appreciate the PR but I am not sure I want that jsconfig (which won't work because has comments) and not sure if I want typings for this project. |
beefc3b to
0f1793e
Compare
|
i've fixed the jsconfig.json file that was created by vscode and added typings.json config for intellisense. cheers. |
|
I will accept a PR where dependencies are updated but not the typings nor the jsconfig. That can be added for you locally for your project. |
|
as you prefer, done. |
|
Also not that npm-check, sorry. |
|
i've stripped away npm-check. (btw what's wrong with that?) |
|
npm-check is better installed globally so you can |
|
i'm against to global deps. (what if i have two project with different semver compatibility of a certain tool/library?) i prefer the $PATH approach, i.e. $ export $PATH=$PATH:./node_modules/.binand installing everything locally. |
|
I agree on that, but is not the case of this tool. |
simple maintenance.